home *** CD-ROM | disk | FTP | other *** search
- # Source Generated with Decompyle++
- # File: in.pyc (Python 2.4)
-
- '''Exported transaction functions.
-
- $Id: __init__.py 39622 2005-10-25 21:19:33Z tim_one $
- '''
- from transaction._transaction import Transaction
- from transaction._manager import TransactionManager, ThreadTransactionManager
- manager = ThreadTransactionManager()
- get = manager.get
- begin = manager.begin
- commit = manager.commit
- abort = manager.abort
- savepoint = manager.savepoint
-